home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 January / macformat-033.iso / mac / Shareware City / Developers / Prograph Classic Freeware / Prograph Classic 2.6.1 / Prograph Classic 2.6.1.rsrc / STR#_971.txt < prev    next >
Encoding:
Text File  |  1995-09-21  |  416 b   |  9 lines

  1. Inputs: Window | Menu; ItemName | ItemIndex
  2. Outputs: FoundIndex | FoundName; FoundItem
  3.  
  4. Inputs: ¬´Window¬ª | ¬´Menu¬ª; string | integer
  5. Outputs: integer | string; ¬´Window Item¬ª | ¬´Menu Item¬ª
  6.  
  7. Given ItemName, search attr. 'item list' of Window or Menu for a Window Item or Menu Item named ItemName; return FoundIndex and FoundItem, or 0 and NULL if not found. If ItemIndex given, return FoundName and FoundItem.
  8.  
  9.